home *** CD-ROM | disk | FTP | other *** search
- if("4" >= eval("/:CurrentQuestion"))
- {
- setProperty("/A", _visible, "1");
- setProperty("/B", _visible, "1");
- setProperty("/C", _visible, "1");
- tellTarget("/Points")
- {
- gotoAndPlay(1);
- }
- tellTarget("/QuestionIndicators")
- {
- gotoAndStop("Question" add eval("/:CurrentQuestion"));
- }
- set("/:Question",eval("Q" add eval("/:CurrentQuestion") add "_Question"));
- set("/:AnswerA",eval("Q" add eval("/:CurrentQuestion") add "_A"));
- set("/:AnswerB",eval("Q" add eval("/:CurrentQuestion") add "_B"));
- set("/:AnswerC",eval("Q" add eval("/:CurrentQuestion") add "_C"));
- }
-